Updated: 2023-01-29 16:33:53
In this post, we will be discussing Java web start implementation in R12/R12.1 and R12.2 versions of EBS. we will see why it is important to implement it What is Java Web start? Java Web Start provides a browser-independent architecture for deploying Java technology-based applications to the client desktop. With Java Web Start, users can […]
The post Java web start(JWS) in R12 appeared first on Techgoeasy.
Updated: 2023-01-29 15:51:42
Archive logs keep accumulating and we need to put things in place to delete them on a regular basis. We should not be deleting the archivelog from the filesystem directly as the Oracle Database is not aware of that and space is not released in the Flash recovery area Let’s see a few commands to […]
The post How to delete the archive logs in Oracle appeared first on Techgoeasy.
Updated: 2023-01-25 08:41:25
We often come across a situation where a sql statement is giving issues. SQL monitor report is a very useful tool to analyze the various operation done by the sql, wait events, bind variables, and memory details. The below statement can be used to monitor any active sql or done sql in the database SET […]
The post How to generate sql monitor report in Oracle appeared first on Techgoeasy.
Updated: 2023-01-25 08:29:22
Many operations take time in the Database like full table scan, backup, full index scan, and joins. We can estimate the % completion or monitor the session using the v$session_longops view in Oracle. This is a very useful view and provides quite an accurate estimate. How to find the %completion for the long operation for […]
The post How to find the long running (longops session) in Oracle appeared first on Techgoeasy.
Updated: 2023-01-21 17:52:23
Hello everyone!
I am entering this world of JAVA and programming as well and I would like some advice on how to approach this from a logical point...
Updated: 2023-01-18 09:29:01
Image: https://i0.wp.com/blog.ycrash.io/wp-content/uploads/2022/10/Youtube-Thumbnail-Options-57.png?resize=1200%2C675&ssl=1
In this series...
Updated: 2023-01-18 07:58:18
Considering it has been years since I worked in pure Java.
My requirement is to develop a data report management web application that pulls data...
Updated: 2023-01-16 03:11:53
how can I upload a file for discussion ?
Updated: 2023-01-13 01:53:07
Hello guys,
I want to replace
Logger.info(className, dasd + "sadsd" );
with
Logger.info(className, dasd + "sadsd" + " [" +...
Updated: 2023-01-11 09:27:05
AI programmer assistant Github CoPilot (https://github.com/features/copilot) provides a substantial improvement to the code completion and error...
Updated: 2023-01-08 09:47:01
Hi All,
i build a superclass called Shoes, and some subclasses. One of them is "askerayakkabi" .
what i want to make is, i use scanner system.in...
Updated: 2023-01-06 19:10:30
Hi, I work in a lab that uses Java to control a light array. I have very little experience with Java. We're currently using the script below that...
Updated: 2023-01-06 11:23:55
Hi...
I have a vary large csv file which I am splitting it into 2 files using RandomAccessFile. BufferedOutuputStream so that it will be easier to...
Updated: 2023-01-05 18:20:22
Hello, everyone! I'm learning JAVA for applying to a job exam and I'd like to know what is really happening (output) in the code below that was used...
Updated: 2023-01-05 14:29:52
Hi guys!
Can you help me solve this problem , because I've tried my best and I got stuck.
Uncle John heard that selling organic eggs has become a...
Updated: 2023-01-05 00:28:49
I recently had an interesting job interview where the first question was quite straightforward.
Q1: We have a bag containing numbers 1, 2, 3,
,...
Updated: 2023-01-04 06:10:46
Hello,
I installed on a Slackware based (SALIX) VS Code via FlatPack and I tried to set up the JAVA environment. First time I tested a JavaScript...